home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #177 (199x)(Scope PD)(US)[WB].zip / Scope Disk #177 (199x)(Scope PD)(US)[WB].adf / DJFilter / ProWrite_Macro < prev    next >
Text File  |  1991-01-03  |  613b  |  15 lines

  1. /* ProWrite AREXX macro to print a file via the DJ_Filt Filter */
  2. /*   This macro is designed for use with ProWrite 3.1          */
  3. /*   Rename this file "Macro_1" (or Macro_2, etc.) and place   */
  4. /*   it in your ProWrite directory. By pressing SHIFT-F1 (or   */
  5. /*   selecting Macro_2 from the menu) you can print a file     */
  6. /*   through the DJ_Filt filter to your DeskJet-500 printer.   */
  7.  
  8. If ~Show(files, STDOUT) Then Call Open 'STDOUT','NIL:'
  9.  
  10. Address command 'Run <NIL: >NIL: SYS:Utilities/CMD parallel RAM:filt_file'
  11.  
  12. Print
  13.  
  14. Address command 'Run <NIL: >NIL: dj_filt ram:filt_file par: ram:filt.errors'
  15.